Don't modify build flags within the package
authorSandro Knauß <hefee@debian.org>
Tue, 15 Jan 2019 21:21:35 +0000 (22:21 +0100)
committerSandro Knauß <hefee@debian.org>
Sun, 2 Nov 2025 15:38:44 +0000 (16:38 +0100)
Origin: debian
Forwarded: not-needed
Last-Update: 2021-01-03

For being able to have full control over the build process, we need
full control over the build flags set. That's why it is recommended to disable
any modification from these flags from package side.

Gbp-Pq: Name 0002-use_system_buildflags.patch

src/csync/CMakeLists.txt

index 7c7a8e5200a9b297431b13b7e2f73bded3b22fd1..00c7813cef7951a7ac1a6f0eac9c4c2d41229cfa 100644 (file)
@@ -14,7 +14,6 @@ set(LIBRARY_SOVERSION "0")
 # add definitions
 include(DefineCMakeDefaults)
 include(DefinePlatformDefaults)
-include(DefineCompilerFlags)
 include(DefineOptions.cmake)
 
 include(DefineInstallationPaths)